home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PCreateTOC.h --------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PCreateTOC__
- #define __PCreateTOC__
-
- #include "PMTypes.h"
- #include "PKeywords.h"
-
- class PCreateTOC
- {
-
- public:
-
- PCreateTOC
- ( const char * sTitle,
- PMBool bReplace,
- PMBool bBook,
- eTOC cFormat,
- const char * sBetString,
- PMBool bHiddenLayers );
-
- private:
-
- PCreateTOC();
- };
-
- #endif
-
- // end of PCreateTOC.h
-